-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Fix semantic text docs for features coming in 9.1 #131783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix semantic text docs for features coming in 9.1 #131783
Conversation
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/search-eng (Team:SearchOrg) |
Pinging @elastic/search-relevance (Team:Search - Relevance) |
```{applies_to} | ||
stack: 9.1.0 | ||
``` | ||
|
||
`index_options` | ||
: (Optional, object) Specifies the index options to override default values | ||
for the field. Currently, `dense_vector` index options are supported. | ||
For text embeddings, `index_options` may match any allowed | ||
[dense_vector index options](/reference/elasticsearch/mapping-reference/dense-vector.md#dense-vector-index-options). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for coming back to this! for setting availability, I generally suggest you use an inline tag like this so it's a little easier to read. the availability tags also need a lifecycle state in them (in this case, likely GA)
```{applies_to} | |
stack: 9.1.0 | |
``` | |
`index_options` | |
: (Optional, object) Specifies the index options to override default values | |
for the field. Currently, `dense_vector` index options are supported. | |
For text embeddings, `index_options` may match any allowed | |
[dense_vector index options](/reference/elasticsearch/mapping-reference/dense-vector.md#dense-vector-index-options). | |
`index_options` {applies_to}`stack: ga 9.1` | |
: (Optional, object) Specifies the index options to override default values | |
for the field. Currently, `dense_vector` index options are supported. | |
For text embeddings, `index_options` may match any allowed | |
[dense_vector index options](/reference/elasticsearch/mapping-reference/dense-vector.md#dense-vector-index-options). |
we hadn't gotten to opening up PRs to address yet, but this is the list of semantic text PRs that I think might be missing annotations. depending on how far you want to go with this PR, consider adding tags for these changes as well. #124669 (I think semantic_text is missing an explicit 9.0 tag because that's when it went GA) cc: @szabosteve |
🔍 Preview links for changed docs |
I'll defer to @Mikep86 for a followup for the remaining semantic text work, thanks for the ping on PRs! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tags lgtm - thank you 🙏
* Fix semantic text docs for features coming in 9.1 * Inline applies_to
💚 Backport successful
|
Fixes some docs that didn't have new features tied to the 9.1 release.